@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{ width:1200px; margin: 0 auto; }
.w1400{ width:1400px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}


.header_all{width:100%; height: auto; position: absolute; top:0; left:0; z-index:9}
.header_top{width:100%; height: 45px; overflow: hidden; background:#345baf}
.header_top h4{float: left; color:#fff; font-size: 14px; line-height: 45px;}
.h_dianhua{float: right; background: url(../images/dhs_icon.png) no-repeat left center; padding-left:20px; font-size: 14px; line-height: 45px; color:#fff}
.h_ly{float: right; background: url(../images/ly_icon.png) no-repeat left center; padding-left: 20px; font-size: 14px; line-height: 45px; color:#fff}
.header_top span{color:#fff ; float: right; margin: 0 10px; line-height: 45px;}
.h_search{width:55px; height:106px; float: right; background:url(../images/h_search.png) no-repeat center; border-radius: 25px; }
.form_box{position: absolute;  top:106px; left:0; right:0; z-index: 999; height:auto; background: #fff; display:none; margin: 0 auto; width: 100%; padding: 10px 0; 
	box-shadow: 0 0 5px rgba(0,0,0,0.1)}
.form_box form{width:100%; margin:0 auto;}
.form_box p{ height:auto; width: auto; display: table; margin: 0px auto;}
.form_box input[type="text"]{width:300px; height:40px; line-height:40px; border: 0; float: left; background: #eee; color:#333; font-size: 15px; padding: 0 10px;}
.form_box .submit{width:120px; height:40px; border:0;  display: inline-block;  color:#fff; float:left;  outline: none; background: #005787; font-size:16px;}




/* 导航栏 */
.header_nav{height:106px; width:100%; position: relative}
.header_nav:after{content: ""; width:29%; height: 106px; background: url(../images/h_logo.png) no-repeat right center; position: absolute; top:0; left:0}
.h_logo{width:215px; height:auto; float: left; display: flex; align-items: center; margin-top:13px; position: relative; z-index: 9}
.h_logo img{width:100%; height: auto; align-items: center; margin: 0px auto;}
.header_dao{width:985px; height: 106px; float: right}
.nav{width:100%; height:100%;  margin: 0px auto;}
.nav .nLi{ float:left;  position:relative; display:inline; height:100%;    text-align: center;  width:11%}
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#fff;  position: relative; text-align: center; display: table; margin:25px auto 0; padding-bottom: 10px;}
.nav .nLi h3 a p{font-size:16px; color:#fff; line-height:35px;  position: relative;}
.nav .nLi h3 a span{display: block; color:#fff; font-size: 14px;}
.nav .sub{ display:none;left:50%; top:106px;  position:absolute;  line-height:26px; width:160px; margin-left:-80px;   z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:auto; line-height:26px;  background:#eeeeee;text-align: center; padding:2px 0 }
.nav .sub li p{ width:100%; margin: 0px; font-size: 15px;}
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:0 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#1b4cda}
.nav .nLi.active p{font-weight: bold;}
.nav .nLi:hover p{font-weight: bold;}
.nav .nLi.active p a{border-bottom: 2px solid #fff}




/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden}
.banner .swiper-slide a{width:100%; height: auto; display: block}
.banner .swiper-slide a img{width:100%; display: block}
.banner .swiper-pagination{bottom:40px;}
.swiper-pagination-bullet{width:10px; height: 10px; background: #fff;}



/*关于我们*/
.index_about{width:100%; height: 887px; overflow: hidden; background: url(../images/about_bjs.jpg) no-repeat center; padding: 114px 0; background-size: cover;}
.index_about_top{width:100%; height: auto; overflow: hidden}
.about_top_left{width:47.5%; height: auto; float: left}
.about_top_title{width:100%; height: auto; overflow: hidden}
.about_top_title h4{color:#000000; font-size: 42px; font-weight: bold; float: left}
.about_top_title h4 span{color:#233f88; font-size: 42px;}
.about_top_title p{color:#108a47; font-size: 20px; border-bottom: 2px solid #108a47; float: left; line-height:45px; margin-left: 20px;}
.in_ab_xx{width:100%; height: 200px;overflow:hidden; color: #333333; font-size: 16px; line-height: 40px; margin: 80px 0 70px; display: block}
.in_ab_more{width:144px; height: 45px; background: #108a47; color:#fff; font-size: 16px; display: block;  text-align: center; line-height: 45px;}
.about_top_video{width:48%; height: auto; float: right}
.about_top_video video{width:100%; display: block}
.index_about_bottom{width:100%; height: auto; overflow: hidden; margin-top:90px; padding-top: 10px}
.index_about_bottom a{float: left; margin-right:9%; transition: all 0.4s ease-in-out;}
.index_about_bottom a h4{widt:100%; height: auto; line-height: 30px;}
.index_about_bottom a h4 span{color:#333333; font-size: 16px;  display:inline-block; vertical-align:middle; margin-left: 15px;}
.index_about_bottom a h4 img{ display:inline-block; vertical-align:middle;}
.index_about_bottom a p{color:#333333; font-size: 16px; margin-top: 10px;}
.index_about_bottom a:hover p{color:#108a47}
.index_about_bottom a:hover h4 span{color:#108a47}
.index_about_bottom a:hover{margin-top: -10px; transition: all 0.4s ease-in-out;}
.in_ab_more:hover{background:#233f88}


/*产品展示*/
.index_product{width:100%; height: auto; overflow: hidden; background: url(../images/product_bjs.jpg) no-repeat center; background-size: cover; padding:44px 0 60px}
.index_product_top{width:100%; height: auto; overflow: hidden; margin: 30px 0}
.index_product_top li{width:49%; height: auto; float: left; background: #ffffff; padding:30px 15px}
.index_product_top li:nth-child(2n){float: right}
.in_pro_xx{width:38%; height: auto; float: left; margin-top: 10px;}
.in_pro_xx h4{color:#2a458c; font-size: 20px; width: 100%; height: 30px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; 
	font-weight: bold; margin-bottom:10px;}
.in_pro_xx p{color:#333333; font-size:16px; width: 100%; height:96px; line-height:24px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:4;
  -webkit-box-orient:vertical; overflow:hidden;}
.in_pro_xx span{color:#fff; background: #2a458c; width: 50%; height: 36px; line-height: 36px; font-size: 16px; border-radius: 25px; display: block; 
	text-align: center; margin-top: 25px;}
.in_pro_pic{width:59%; height: auto; float: right}
.in_pro_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_case_bottom{width:100%; height: auto;  margin-top: 54px ; position: relative}
.index_case_bottom .swiper-slide a{width:100%; height: auto; overflow: hidden; display: block; background: #fff; padding: 20px 10px}
.in_pro_hxx{width:38%; height: auto; float: left; }
.in_pro_hxx h4{color:#2a458c; font-size: 16px; width: 100%; height: 30px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; 
	font-weight: bold; margin-bottom:10px;}
.in_pro_hxx p{color:#333333; font-size:14px; width: 100%; height:66px; line-height:22px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden;}
.in_pro_hxx span{color:#2a458c; font-size: 14px; display: block; margin-top:10px;}
.index_case_bottom .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_case_bottom .swiper-button-next,.index_case_bottom .swiper-button-prev{width:61px; height:60px;  margin-top: -30px;}
.index_case_bottom .swiper-button-next{background:url(../images/p_right.png) no-repeat center; right:-80px}
.index_case_bottom .swiper-button-prev{background:url(../images/p_left.png) no-repeat center; left:-80px}
.index_product_top li:hover .in_pro_xx span{background:#108a47}
.index_product_top li:hover .in_pro_xx h4{color:#108a47}
.index_case_bottom .swiper-slide a:hover h4{color:#108a47}
.index_case_bottom .swiper-slide a:hover p{color:#108a47}




/*视频*/
.index_video{width:100%; height: auto; overflow: hidden; background: url(../images/video_bjs.jpg) no-repeat center; padding: 60px 0; background-size: cover;}
.index_video_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_video_title h4{color:#fff; font-size: 42px; font-weight: bold; margin-bottom: 8px;}
.index_video_title h4 span{color:#fff; font-size: 42px; font-weight: bold;}
.index_video_title p{color:#fff; font-size:20px; border-bottom: 1px solid #fff; padding-bottom: 10px; display: table; margin: 0px auto;}
.index_video_left{width:49%; height: auto; float: left; margin-top: 24px; position:relative; overflow:hidden}
.index_video_left:after{content:""; width:100%; height:100%; background:rgba(0,0,0,0.3); position:absolute; top:0; left:0; z-index:9}
.index_video_left img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_video_right{width:49%; height: auto; float: right; margin-top: 24px;}
.index_video_right a{width:100%; height: auto; overflow: hidden; display: block; position: relative; margin-bottom: 25px;}
.index_video_right a img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.video_right_bottom{width:100%; height: auto; overflow:hidden; padding: 0 20px; position: absolute; bottom:20px; left:0; z-index: 8}
.video_right_bottom dl{width:60%; height: auto; float: left}
.video_right_bottom dl dt{color:#ffffff; font-size: 20px; margin-bottom: 8px;}
.video_right_bottom dl dd{color:#ffffff; font-size: 16px;}
.video_right_bottom span{width:174px; height: 50px; float: right; background: #108a47; border-radius: 25px; text-align: center; line-height: 50px; font-size: 16px; color:#fff}
.index_video_right a:hover span{background: #fff; color:#108a47}
.video_tan{width:auto; position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); z-index:999}
.video_tan i{width:57px; height:57px; display:block; margin:0px auto; display:block; background:url(../images/v_icon.png) no-repeat center}
.video_tan span{color:#fff; font-size:20px; margin-top:14px; display:block}
.index_video_right a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}

.index_video_left:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}






/*荣誉资质*/
.index_honor{width:100%; height: auto; overflow: hidden; background: url(../images/honor_bjs.jpg) no-repeat center; padding: 36px 0; background-size: cover;}
.index_honor_top{width:100%; height: auto; overflow: hidden; margin-top: 62px;}
.index_honor_top .swiper-slide a{width:100%; height: 331px; overflow: hidden; display: block; background: url(../images/kk.jpg) no-repeat center; background-size:cover;}
.in_hpic{width:100%; height: auto; overflow:hidden; padding:29px;}
.in_hpic img{width:100%; display: block}
.index_honor_bottom{width:100%; height: auto; overflow:hidden; margin-top: 14px;}
.index_honor_bottom .swiper-slide a{width:100%; height:427px; overflow: hidden; display: block; background: url(../images/kk_s.jpg) no-repeat center; background-size:cover;}
.in_bpic{width:100%; height: auto; overflow:hidden; padding:22px;}
.in_bpic img{width:100%; display: block}



/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin: 40px 0 60px}
.index_news_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_news_title h4{color:#000000; font-size: 42px; font-weight: bold; margin-bottom: 8px;}
.index_news_title h4 span{color:#233f88; font-size: 42px; font-weight: bold;}
.index_news_title p{color:#108a47; font-size:20px; border-bottom: 1px solid #108a47; padding-bottom: 10px; display: table; margin: 0px auto;}
.index_news_top{width:100%; height: auto; overflow: hidden; margin-top: 60px;}
.index_news_left{width:48%; height: auto; float: left}
.index_news_pic{width:100%; height: auto; overflow: hidden}
.index_news_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_xx{width:100%; height: auto; overflow: hidden}
.index_news_xx h4{width:100%; height: 40px; line-height: 40px; color:#333333; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; background: url(../images/xx.png) no-repeat left center; padding-left: 20px; font-weight: bold;}
.index_news_xx p{width:100%; height: 56px; color:#666666; font-size: 16px; line-height: 28px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_news_xx p span{color:#124e9f; font-size: 16px;}
.index_news_top ul{width:48%; height: auto; float: right}
.index_news_top ul li{width:100%; height: auto; overflow: hidden; margin-bottom: 30px;}
.index_news_top ul li dl{width:70px; height: auto; float: left; text-align: center}
.index_news_top ul li dl dt{width:100%; height:94px; background: #124e9f; text-align: center; line-height: 94px; font-size: 26px; color:#fff}
.index_news_top ul li dl dd{color:#666666; font-size: 16px; line-height: 30px;}
.index_news_info{width:87%; height: auto; float: right}
.index_news_info h4{width:100%; height:30px; line-height:30px; color: #333333; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom:10px;}
.index_news_info p{width:100%; height:52px; line-height:26px; color: #666666; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_news_top ul li:hover dl dt{background: #108a47; border-radius: 8px;}
.index_news_top ul li:hover .index_news_info h4{color:#108a47}
.index_news_left:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_news_bottom{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.index_news_bottom ul{width:100%; height: auto; overflow: hidden}
.index_news_bottom ul li{width:48%; height: auto; float: left; line-height: 56px; border-bottom: 1px solid #d9d9d9; 
	background: url(../images/dian.png) no-repeat left center; padding-left: 20px;}
.index_news_bottom ul li:nth-child(2n){float: right}
.index_news_bottom ul li a{color:#333333; font-size: 16px; display: block; width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_bottom ul li:hover a{color:#124e9f}
.index_news_left:hover h4{color:#108a47}




/*底部*/
.footer{width:100%; height:auto;  background:#142038; padding:70px 0 5px; overflow: hidden}
.footer_left{width:400px; height: auto; float: left}
.footer_nav{width:100%; height: auto; overflow: hidden; border-top:2px solid #fff; padding:20px 0 0}
.footer_nav a{display: block; color:#ffffff; font-size: 14px;  float: left; line-height: 30px; width: 33.33%; margin-bottom: 5px;}
.footer_nav a:hover{color:#108a47}
.footer_dhs{width:100%; height: auto; overflow: hidden; background: url(../images/f_dhs.png) no-repeat left center; padding-left: 30px; margin-top: 10px}
.footer_dhs p{color:#ffffff; font-size: 22px; font-weight: bold; }
.footr_dizhi{width: 20%; height: auto; overflow: hidden; float: left; margin-left: 134px; position: relative; padding-top: 20px;  border-top:2px solid #fff;}
.footr_dizhi p{color:#ffffff; font-size: 14px; line-height: 30px; margin-bottom: 10px; padding-left: 24px;}
.f1{background: url(../images/f1.png) no-repeat left center;}
.f2{background: url(../images/f2.png) no-repeat left center;}
.f3{background: url(../images/f3.png) no-repeat left center;}
.footer_ma{width:auto; float: right; margin-right: 4%}
.footer_ma dl{width:100px; height: auto; float: left; margin-left:30px;}
.footer_ma dl dt{width:100%; height: auto;overflow: hidden}
.footer_ma dl dt img{width:100%; display: block}
.footer_ma dl dd{width:100%; height: 40px; line-height: 40px; color: #fff; font-size:14px; text-align: center}
.copy{clear:both;width:100%;height:auto; position: relative; margin-top: 40px}
.copy_tab{display: table; margin: 0px auto;}
.copy_l{font-size:14px; color:#fff; height: 100%; width:auto;  float: left; max-width: 59%; line-height: 50px;}
.copy_l a{color:#fff; font-size: 14px;}
.copy_l a:hover{color:#1b518a!important}
.footer_zhichi{width:auto; height:auto; float: right }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#555555; height: 100%; line-height:50px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:15px; margin-right: 10px}
.footer_zhichi .js{width:80px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:15px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 14px; color: #fff;}
.footer_zhichi i{ float: left;}
.index_link{width:100%; height: auto; overflow: hidden;  padding: 12px 0; background: #f3f3f3}
.index_link p{float: left; color:#333333; font-size:20px; }
.index_link p span{color:#333333; font-size:20px;}
.index_link_xx{margin-left:185px;}
.index_link_xx a{color:#333; font-size:16px; margin-right: 20px; line-height:30px}
.index_link_xx a:hover{color:#1a9185}


/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 18px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#1b4cda;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}




/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}




/*内页 banner*/
.ny_banner{width:100%; height: auto; overflow: hidden; background: #2a2a2a; padding:260px 0 50px}
.ny_banner .ny_banner_left{width:50%; float: left;}
.ny_banner .ny_banner_left h4{width:100%; height: 40px; line-height: 40px; font-size: 30px; color: #fff; font-weight: bold; margin-bottom: 10px;}
.ny_banner .ny_banner_left p{font-size: 16px; color: #fff; line-height: 26px;}
.ny_banner_right{float: right; font-size: 14px; color: #fff; margin-top:75px; line-height:26px;}
.ny_banner_right a{font-size: 14px; color: #fff; margin: 0px 10px;}
.ny_banner_right a:hover{font-weight:bold;}
.contact_ban{background:url(../images/contact_ban.jpg) no-repeat center; background-size:cover;}
.about_ban{background:url(../images/about_ban.jpg) no-repeat center; background-size:cover;}
.hr_ban{background:url(../images/hr_ban.jpg) no-repeat center; background-size:cover;}
.case_ban{background:url(../images/case_ban.jpg) no-repeat center; background-size:cover;}
.product_ban{background:url(../images/product_ban.jpg) no-repeat center; background-size:cover;}
.news_ban{background:url(../images/news_ban.jpg) no-repeat center; background-size:cover;}
.service_ban{background:url(../images/service_ban.jpg) no-repeat center; background-size:cover;}
.video_ban{background:url(../images/video_ban.jpg) no-repeat center; background-size:cover;}



/*内页左边导航*/
.ny_all{width:100%; height: auto; overflow: hidden; margin-top: 36px; margin-bottom:80px;}
.ny_left{width:21.5%; height: auto; float: left}
.ny_left_title{width:100%; height: 90px; background: #2a458c; line-height: 90px; text-align: center; font-size: 30px;color: #fff; font-weight: bold;}
.ny_left_nav{width:100%; height: auto; padding: 16px 0 60px 16px; background: #f0f0f1}
.ny_left_nav .yiji li{width: 100%; height:auto;  padding-left:10px; margin-bottom:1px; background:url(../images/dian.png) no-repeat 8px 22px; }
.ny_left_nav ul li a{padding-left: 15px; font-size: 16px; color: #333333;display: block;  height:auto;line-height:30px;position: relative; padding:10px 0 10px 10px}
.ny_left_nav ul li ul{display: none;}
.ny_left_nav ul li ul li { width: 100%; height: 50px; line-height: 50px; background: none;}
.ny_left_nav ul li ul li ul{display: none;}
.ny_left_nav ul li ul li a{ padding-left:20px; font-size: 14px; color: #666666}
.ny_left_nav ul li ul li.active a{color:#2a458c; font-size: 14px; background: url(../images/r_jt.png) no-repeat 200px center}
.ny_left_nav ul li.active a .link{color:#2a458c}
.ny_left_nav ul li:hover a.inactive{color:#2a458c}
.ny_left_nav ul li ul li:hover a{color:#2a458c}
.ny_left_nav ul li .inactives{color:#2a458c}
.ny_left_nav ul li ul li:hover a{color:#2a458c}
.yiji li.active{background:#fff url(../images/dian.png) no-repeat 8px 22px;}
.ny_left_nav ul li ul li:hover{background: url(../images/r_jt.png) no-repeat 210px center}
.ny_left_nav .yiji li:hover{background:#fff url(../images/dian.png) no-repeat 8px 22px;}



/*产品侧边导航*/
.accordion { width: 100%; height:auto; overflow:hidden}
.accordion li.open .link {color: #2a458c;}
.accordion .link i{width:7px; height:7px; background:url(../images/dian.png) no-repeat center; float:left; margin-top:13px; margin-right:10px;}
.ny_left_nav ul li.open{background:#fff}
.accordion .link {
    cursor: pointer;
    display: block;
    height:auto; line-height:50px;
    font-size: 16px; color: #333333;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.submenu li.block{background:#fff}
.submenu li.block a{color:#2a458c}
.submenu{display: none;}
.submenu a {
    display: block;
    text-decoration: none;
    font-size: 14px; color: #666666; height:50px; line-height:50px;
    padding-left: 42px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.accordion li{padding-left:10px;}
.accordion li:hover{background:#fff;}




/*内页右边内容*/
.ny_right{width:75%; height: auto; float: right; padding-top:10px; font-size:16px; line-height:30px; color:#666}
.ny_right_title{width:100%; height: 47px; border-bottom: 1px solid #dddddd}
.ny_right_title h3{font-size: 24px; height: 40px; line-height: 40px; color: #484848; font-weight: bold; padding-left: 20px;}
.ny_about_info{width:100%; height: auto; overflow: hidden; font-size: 14px; color: #666666; line-height: 30px; margin-top:35px; }
.ny_about_info img{max-width: 100%;}



/*内页流程*/
.ny_licheng_info{width:100%; height: auto; overflow: hidden; margin-top: 45px; padding-left: 40px;}
.ny_licheng_info ul{width:100%; height: auto; overflow: hidden;  background: url(../images/xx_s.jpg) repeat-y 100px top; padding-top: 50px;}
.ny_licheng_info ul li{ width: 100%; height: auto; overflow: hidden; margin-bottom: 40px;}
.ny_licheng_nian{width:100px; height: auto; float: left; margin-top: 11px;}
.ny_licheng_nian h3{font-size:28px; color: #777777; font-weight: bold; font-family: "Arial"}
.ny_licheng_list{ margin-left:95px; background: url(../images/yd.png) no-repeat left 12px; padding-left:30px; }
.ny_licheng_list h3{font-size: 14px; color: #666666;line-height: 35px;}

/*新闻*/
.ny_news_list{width:100%; height: auto; overflow:hidden; margin-top: 10px;}
.ny_news_list ul{width:100%; height: auto; overflow: hidden;  margin-bottom: 30px;}
.ny_news_list li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #dddddd; padding: 25px 0;}
.news_time{width:10%; float: right; text-align: center; background: #f5f5f5; padding: 20px 0}
.news_time time{color: #2a458c; font-size: 12px; margin-top: 10px; display:block; overflow: hidden; width: 100%; height:20px; line-height:20px; font-family: "Arial"}
.news_time p{ font-size:40px; color: #2a458c;height: 35px; line-height: 35px; font-weight: bold;}
.ny_news_info{width:56%; float: left; margin-left: 3%}
.ny_news_info h3{ font-size:18px; color: #555555;  width:100%; height:35px; line-height: 35px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_news_info p{width:100%; line-height:26px; color: #666; font-size: 14px; word-break:break-all;
display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; }
.ny_news_info span{width:98px; height:32px; border: 2px solid #cccccc; text-align: center; line-height: 28px; font-size: 14px; color: #666666; display: block; margin-top: 10px;}
.ny_news_img{width:28%; height:auto; float:left; overflow: hidden}
.ny_news_img img{width:100%; height: auto;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_list li:hover{border-bottom: 1px solid #2a458c;}
.ny_news_list li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_news_list li:hover span{background: #2a458c; color: #fff; border:2px solid #2a458c; }
.ny_news_list li:hover .news_time{background: #2a458c;}
.ny_news_list li:hover .news_time p{color:#fff}
.ny_news_list li:hover .news_time time{color:#fff;}
.ny_news_list li:hover h3{color:#2a458c;}




/*荣誉资质*/
.ny_honor{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_honor ul{width:100%; height: auto; overflow: hidden}
.ny_honor ul li{width:32%; float: left; height: auto; margin-right: 2%; margin-bottom: 10px;}
.ny_honor ul li .honor_pic{ width: 100%; height:393px; overflow: hidden; display: block; background: url(../images/kk_s.jpg) no-repeat center;  background-size: cover; padding:22px;}
.ny_honor ul li .honor_pic img{width:100%;  height:100%;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_honor ul li .ry_pic{ width: 100%; height:212px; overflow: hidden; display: block; background: url(../images/kk.jpg) no-repeat center;  background-size: cover; padding:17px;}
.ny_honor ul li .ry_pic img{width:100%;  height:100%;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}


.ny_honor ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_honor li p{ height:35px; line-height: 35px; text-align: center;  font-size: 16px; color: #666}
.ny_honor ul li:nth-child(3n){margin-right: 0px;}
.ny_honor ul li p{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center}
.ny_honor ul li:hover p{color:#2a458c}







/*产品中心*/
.ny_product{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_product ul{width:100%; height: auto; overflow: hidden}
.ny_product ul li{width:32%; float: left; height: auto; margin-right: 2%; margin-bottom: 10px;}
.ny_product ul li .products_pic{height:auto; display: block;overflow: hidden;width:100%; border:1px solid #ddd;}
.ny_product ul li .products_pic img{width:100%;  height:100%;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product li p{ height:35px; line-height: 35px; text-align: center;  font-size: 16px; color: #666}
.ny_product ul li:nth-child(3n){margin-right: 0px;}
.ny_product ul li p{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center}
.ny_product ul li:hover p{color:#2a458c}
.ny_proshow_xq{width:100%; height:auto; overflow:hidden; font-size: 18px; line-height:28px; height: 200px; display: block;}





/*产品*/
.ny_product_show{margin-bottom:50px;}
.ny_proshow_top{width:100%; height:auto; overflow:hidden; margin-bottom:30px; margin-top:20px;}
.ny_proshow_xx{margin-left:512px; height:100%; overflow:hidden}
.ny_proshow_bottom{width:100%; height:auto; overflow:hidden}
.proshow_xxk{color: #fff; font-size: 20px;font-weight: bold; border-left: 3px solid #287db9;width:100%; display:block; background: #323136;padding-left:20px; height:40px; line-height:40px;}
.proshow_xx{font-size:16px; color:#666; line-height:30px; margin-top:10px;}
.proshow_xx img{max-width:100%;}
.go_black{width: 90px;height: 30px;background: #4cbcac; color: #fff; text-align: center; line-height: 30px; border-radius: 5px; position: relative; float:right}
.proshow_xx table{border-collapse: collapse;}

/*企业环境*/
.ny_hj{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_hj ul{width:100%; height: auto; overflow: hidden}
.ny_hj ul li{width:49%; float: left; height: auto; margin-right: 2%; margin-bottom: 10px;}
.ny_hj ul li .products_pic{height:auto; display: block;overflow: hidden;width:100%; border:1px solid #ddd;}
.ny_hj ul li .products_pic img{width:100%;  height:100%;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_hj ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_hj li p{ height:35px; line-height: 35px; text-align: center;  font-size: 16px; color: #666}
.ny_hj ul li:nth-child(2n){margin-right: 0px;}
.ny_hj ul li p{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center}
.ny_hj ul li:hover p{color:#2a458c}


/*合作客户*/
.ny_hzkh{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_hzkh ul{width:100%; height: auto; overflow: hidden}
.ny_hzkh ul li{width:23.5%; float: left; height: auto; margin-right: 2%; margin-bottom: 10px;}
.ny_hzkh ul li .products_pic{height:auto; display: block;overflow: hidden;width:100%; border:1px solid #ddd;}
.ny_hzkh ul li .products_pic img{width:100%;  height:100%;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_hzkh ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_hzkh li p{ height:35px; line-height: 35px; text-align: center;  font-size: 16px; color: #666}
.ny_hzkh ul li:nth-child(4n){margin-right: 0px;}
.ny_hzkh ul li p{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center}
.ny_hzkh ul li:hover p{color:#2a458c}


/*联系我们*/
.ny_conta_info{width:100%; height: auto; padding: 35px 35px; background: #f5f5f5; overflow: hidden; margin-top: 35px;}
.ny_conta_info .ny_ibt{font-size: 24px; color: #313131; height: auto; line-height: 40px;}
.ny_conta_dz{width:60%; height: auto; float: left}
.ny_conta_dz p{font-size: 16px; color: #313131; line-height: 30px;}
.ny_conta_dz p i{color: #000000; margin-right: 5px;}
.ny_cont_wx{width:310px; height: auto; float: right}
.ny_cont_wx dl{width:140px; float: right; margin-right: 14px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; /*! padding: 10px; */ background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}
.map{width:100%; height: 400px; overflow: hidden; margin-top: 20px;}
.ny_rtime{width: 100%; line-height: 30px; color: #999; height: 30px; margin-bottom: 20px;
                   border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;clear: both; font-size:14px;}
.ny_rtile{width: 100%; font-size: 20px; color: #555; padding: 10px 0px; text-align: center; clear: both}
.ny_rxingqu{width: 100%; font-size: 20px; color: #333; padding: 10px 0px; clear: both}
.keyword_light img{max-width:100%;}



/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}






@media screen and (max-width:1600px){
	.header_nav:after{width:26%}

	.index_case_bottom .swiper-button-next{right:-58px}
	.index_case_bottom .swiper-button-prev{left:-58px}
}



@media screen and (max-width:1500px){
	.w1400{width:1200px;}
	.header_nav:after{width:29%}
	.header_dao{width:860px}
	.index_honor_top .swiper-slide a{height:281px}
	.in_hpic{padding:24px}
	.index_honor_bottom .swiper-slide a{height:356px;}
	.footr_dizhi{margin-left:70px;}
	.footr_dizhi{width:30%}
	
}


@media screen and (max-width:1440px){
	.header_nav:after{width:26%}
	.index_case_bottom .swiper-button-next{right:-30px}
	.index_case_bottom .swiper-button-prev{left:-30px}
	
}